Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / ObservableSortedDictionary<TKey,TValue> Class / Remove Method
The key of the element to remove.

In This Topic
    Remove Method (ObservableSortedDictionary<TKey,TValue>)
    In This Topic
    Removes the element with the specified key from the ObservableSortedDictionary<TKey,TValue>.
    Syntax
    'Declaration
     
    Public Function Remove( _
       ByVal key As TKey _
    ) As System.Boolean
    public System.bool Remove( 
       TKey key
    )

    Parameters

    key
    The key of the element to remove.
    See Also